Add enhancement export tenant layer#689
Conversation
| tarobj.addfile(tarinfo=info, fileobj=my_data) | ||
| tarobj.addfile(tarinfo=info, fileobj=data) | ||
|
|
||
| # -- Tenant layers -- |
There was a problem hiding this comment.
Tenant and global layers will be mixed, so re-import will destroy the correct content of the library.
This is not a correct design.
There was a problem hiding this comment.
@ateska All the tenant contents will be copied to /tenants/ is that wrong to create the separation between tenant and global?
If so what is the correct approach?
There was a problem hiding this comment.
Yes - but the export is done for a specific tenant - so only 1 tenant instance will be present in /tenants/
| tarobj.addfile(tarinfo=info, fileobj=my_data) | ||
| tarobj.addfile(tarinfo=info, fileobj=data) | ||
|
|
||
| # -- Tenant layers -- |
There was a problem hiding this comment.
Yes - but the export is done for a specific tenant - so only 1 tenant instance will be present in /tenants/
|
This looks ok - can you please demonstrate on review a process of export & import? |
|
Closing this. Solved it here (#733) |
No description provided.